From abe994f1d7d409139cd3c3ded3631bfb2da5c2a3 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 13 Dec 2013 00:38:36 -0500 Subject: [PATCH] testtitlebar: Set a window icon This reveals that GtkHeaderBar does not pick up window icons correctly for it menu button, currently. --- tests/testtitlebar.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/testtitlebar.c b/tests/testtitlebar.c index 420540b6a8..1d59bbafc5 100644 --- a/tests/testtitlebar.c +++ b/tests/testtitlebar.c @@ -47,6 +47,7 @@ activate (GApplication *gapp) " " "", -1, NULL); window = gtk_application_window_new (app); + gtk_window_set_icon_name (GTK_WINDOW (window), "preferences-desktop-font"); menu = (GMenuModel*)gtk_builder_get_object (builder, "app-menu"); gtk_application_add_window (app, GTK_WINDOW (window)); -- 2.30.2